home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / mail / ADMail.lha / ADMail.history < prev    next >
Text File  |  1995-05-18  |  5KB  |  141 lines

  1. ADMail revision history
  2. -----------------------
  3.  
  4. BF = Bug fix, M = Modification
  5.  
  6. Changes from 1.03 to 1.04
  7. -------------------------
  8.  
  9. BF  I accidentally left some debug code in, which may have resulted in
  10.     the no. of columns in your window being displayed every time a message
  11.     was displayed. This is now removed :)
  12.  
  13. BF  If you attempted to open an empty mailbox, and then attempted to open
  14.     another one, ADMail could sometimes attempt to save changes to the
  15.     empty one and hang. This is now fixed.
  16.  
  17. M   "Save message" now saves the headers along with the message.
  18.  
  19. M   Added "SaveDir" config option.
  20.  
  21. M   The mailbox select window now displays the size of each mailbox.
  22.  
  23. BF  Header handling improved - ADMail should now work with all flavours
  24.     of mailbox.
  25.  
  26. M   Added mail alias capability.
  27.  
  28. M   ADMail no longer requires the environment variable HOME.
  29.  
  30. Changes from 1.02 to 1.03
  31. -------------------------
  32.  
  33. BF  Sending mail using the command-line options would cause Enforcer hits.
  34.     Fixed.
  35.  
  36. M   Added "Copy to Received" function.
  37.  
  38. BF  The left/right cursor keys wouldn't work unless a message was
  39.     displayed. Fixed.
  40.  
  41. BF  Fixed bug with command-line where the config file would be read from
  42.     $HOME regardless of whether the USER option was used or not.
  43.  
  44. M   Added CONFIG command line option.
  45.  
  46. BF  If an internal variable had as its contents the name of that variable
  47.     (e.g. $NAME containing "$NAME"), then when it was used, ADMail would
  48.     go into an infinite recursion and eventually fail. This is now fixed.
  49.  
  50. BF  Removed a couple more Enforcer hits.
  51.  
  52. M   Added "TransferToReceived" option.
  53.  
  54. M   Documentation now in AmigaGuide(TM) form only.
  55.  
  56. Changes from 1.01 to 1.02
  57. -------------------------
  58.  
  59. BF  MIME messages of content-type text were not recognised as being text/plain,
  60.     which is the default. As a result, metamail was being called for these
  61.     messages.
  62.     This is now fixed.
  63.  
  64. BF  The date field in the In-Reply-To: headers produced by ADMail was
  65.     non-existant. This has been fixed.
  66.  
  67. M   Added "Edit" button to send-off requesters - now, if you quit your editor
  68.     by mistake, you can re-edit the message before sending it.
  69.  
  70. M   Message list window is now brought to the front when a mailbox is
  71.     selected for loading - this should make life easier for people with
  72.     restricted screen space. The selection window is brought to the front
  73.     and activated when a new mailbox is to be selected.
  74.  
  75. M   Command-line options added.
  76.  
  77. BF  A bug in the IncludeFrom option caused the address part of the created
  78.     line to be incorrect. This is now fixed.
  79.  
  80. M   Decoding of currently selected message now available - UUDecode config
  81.     file option added.
  82.  
  83. M   When saving a message with the name of a file that already exists, you
  84.     are now given the option of appending to this file rather than
  85.     overwriting it.
  86.  
  87.  
  88. Changes from 1.00 to 1.01
  89. -------------------------
  90.  
  91. BF  Loads of Enforcer hits removed.
  92.  
  93. M   Variables now read from the local, as well as the global, environment.
  94.     If they are not present in the environment, they are read from UULIB:Config
  95.     or S:UUConfig.
  96.  
  97. M   Some mailers produce variations on the Message-ID: header with different
  98.     cases (Message-Id:, Message-id:, etc). All these are now catered for.
  99.     ADMail itself produces the form "Message-Id:" as this seems to be the most
  100.     common.
  101.  
  102. BF  CTRL-C handler fixed. Now CTRL-C should never kill it, ever.
  103.  
  104. BF  Window sizing bug fixed. Windows should now be openable to the limits of
  105.     your screen. At the same time, the gadgets in all of the windows now
  106.     all resize/reposition correctly.
  107.  
  108. M   Added SigFile and SigDashes config options.
  109.  
  110. M   New date handling - different software produces different Date: headers.
  111.     ADMail now converts these into a standard format. As a result, the Date
  112.     field in the message window always looks right, and the $DATE variable has
  113.     been split into $DATE and $TIME (without the timezone specifier).
  114.  
  115. M   Group replies implemented - if you are sent a message with more than one
  116.     address on the To: line, and you reply to it, all the addresses from the
  117.     To: line other than your own will be copied to the new To: line, along with
  118.     that of the person who sent the original message.
  119.  
  120. M   MIME support - ADMail itself displays text/plain messages of subtypes
  121.     us-ascii and the nine ISO-8859 types, provided they're encoded with 7bit,
  122.     8bit, binary, or quoted-printable.
  123.     For all other types, including multipart messages of *any type*, Metamail is
  124.     called.
  125.     Sending of MIME messages is not yet supported.
  126.  
  127. M   Added key-control of the mailbox select window.
  128.  
  129. M   Added custom header capability.
  130.  
  131. BF  If your mailbox didn't have a blank line between each message, ADMail
  132.     wouldn't read the messages correctly, and you'd get the last few lines of a
  133.     message appearing at the top of the next one. This manifests itself, I
  134.     believe, when transferring a mailbox from a different mailer, e.g. Elm.
  135.     Anyway, I've fixed it.
  136.  
  137. M   ADMail's windows are now disabled while certain functions (including the
  138.     editor and sendmail external commands) are being executed. This should reduce
  139.     the likelihood of button presses etc. being stacked up during these times.
  140.  
  141.